UInt64NINumericUInt64NLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.LogicalAnd(
UInt64N value
)
Private Function LogicalAnd (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).LogicalAnd
private:
virtual UInt64N LogicalAnd(
UInt64N value
) sealed = INumeric<UInt64N>::LogicalAnd
private abstract LogicalAnd :
value : UInt64N -> UInt64N
private override LogicalAnd :
value : UInt64N -> UInt64N
- value UInt64N
- The value with which to compute the logical bitwise AND.
UInt64NThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)